 autorinok.amx    filterscripts
 server.cfg   filterscripts  autorinok
   
 (    ) /sc []
        
   scriptfiles     auto   parking.txt
        .
     filterscripts   autorinok.pwn 
  #define MAX_AUTO 4 //        
   
new Float:VehicleShopSpawn[sizeof(VehicleInfo)][4] = { //     "/sellcar"
	{1569.660522,-1034.527221,23.588848,322.071594}, // 429(500)
	{1573.783813,-1036.640136,23.653770,320.603942}, // 542(250)
	{1629.894775,-1093.884277,23.580856,268.625183}, // 518(300)
	{1631.050415,-1098.248535,23.564168,272.239746} // 589(300)
};

   
{1569.660522,-1034.527221,23.588848,322.071594}, // 429(500)
	{1573.783813,-1036.640136,23.653770,320.603942}, // 542(250)
	{1629.894775,-1093.884277,23.580856,268.625183}, // 518(300)
	{1631.050415,-1098.248535,23.564168,272.239746} // 589(300)

     parking.txt
         
     scriptfiles     auto   parking.cfg
     4        
     .

          
     .

       3 
 autorinok.pwn
 
public Checkprop()  
if(VehicleInfo[v][vOwned] == 1 && VehicleInfo[v][vDate] > 3)
{
olddate = VehicleInfo[v][vDate];
if(curdate-olddate >= 3)

  3           



   :D   . . .